.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.Keys Property |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Gets a collection containing the keys in the Dictionary<(Of <(TKey, TValue>)>).
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Keys As ICollection(Of TKey) |
C# |
---|
public ICollection<TKey> Keys { get; } |